home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / html / multimedia / anzeige / nibbles.swf / scripts / frame_55 / DoAction.as
Encoding:
Text File  |  2001-10-27  |  308 b   |  10 lines

  1. n = "2";
  2. while(n < "44")
  3. {
  4.    n += "1";
  5.    duplicateMovieClip("bgbox","bgbox" add n,n + "200" + 16384);
  6.    setProperty("bgbox" add n, _X, (n + "2") * boxw + temp2);
  7.    setProperty("bgbox" add n, _Y, (int(n / "3") + "11") * boxh);
  8.    set("x" add (n + "2") add "y" add (int(n / "3") + "11"),temp1);
  9. }
  10.